價格:免費
更新日期:2013-12-04
檔案大小:462k
目前版本:1.0
版本需求:Android 2.2 以上版本
官方網站:http://iserveandroid.blogspot.com/
Email:smanikandan14@gmail.com
聯絡地址:480 Richfield Drive APT 2, San jose, ca, 95129
An demonstration of Volley - HTTP library announced by google in I/O 2013.
Google has come up with Volley interface which helps developers to handle all the network related operations so that developers can concentrate implementing the business logic after the HTTP response is obtained.Also having less code for network calls helps developer reduce number of bugs.
NOTE Volley is not good for larger file download/upload operations as well video streaming operations.
Key features of the Volley are below
- Develop Super fast networked applications for android.
- Schedules all your HTTP requests running them parallely in background threads and manages those threads.
- Gives you flexible ways to run your networking requests concurrently with synchronization.
- Comes with inbuilt JSON parsing the response.
- Set prioirty for requests.
- Retry policy for timeout,certain ERROR codes as Internal Server error.
- Flexible Request cancellations.
- Memory & Disk Caching for images.Batch dispatch to Image Downloads.
- Flexible in giving your own cache implementations.
- You can include your own HTTPStack ( to handle SSL connections, PATCH requests ).
- Effective inbuilt cache - control to handle response caching.
Request tracing for debugging.
Excels in the way responses are given back to you.